setEnableDocumentOutline Method
In This Topic
Sets a value indicating whether document outline is enabled.
If document outline is not enabled, then the method will return null and new outline items cannot be created.
Syntax
public void setEnableDocumentOutline(
boolean
)
|
Parameters
- value
- True if the document outline is enabled.
See Also